home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d1
/
burn_in.arc
/
BAT.ARC
/
2.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-13
|
771b
|
44 lines
echo off
cls
break on>nul
verify on>nul
c:
cd\
a:
echo Now testing CPU with prime number routine.....
sieve1
cls
echo Now testing CPU with floating point calculations....
float
cls
echo Now testing graphics and mono screen....
graftest
cls
echo Copying files...
md c:\burn-in>nul
copy *.* c:\burn-in>nul
c:
cd\burn-in
echo off
cls
echo Now testing CPU with prime number routine.....
sieve1
cls
echo Now testing CPU with floating point calculations....
float
cls
echo Now testing graphics and mono screen....
graftest
cd\
cls
a:
echo Deleting extraneous working files....
del c:\burn-in\*.com>nul
del c:\burn-in\*.exe>nul
del c:\burn-in\*.bat>nul
del c:\burn-in\*.dat>nul
del c:\burn-in\*.txt>nul
del a:*.dat
rd c:\burn-in>nul
b